home *** CD-ROM | disk | FTP | other *** search
- 145
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- FindNextFile
- --- RECORDSEPARATOR ---
- Platform:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Windows and Macintosh
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Description:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baFindNextFile continues a search started with baFindFirstFile.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Usage:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Result = baFindNextFile( )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Arguments:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Void
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Returns:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- String
- --- RECORDSEPARATOR ---
- Returns the full path to the next file found
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Examples:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Director:
- --- RECORDSEPARATOR ---
- set file = baFindNextFile( )
- --- RECORDSEPARATOR ---
- Authorware:
- --- RECORDSEPARATOR ---
- file := baFindNextFile( )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Notes:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- You must call baFindFirstFile before calling this function. baFindFirstFile sets up
- --- RECORDSEPARATOR ---
- the search criteria, and allocates the required memory. When you are finished
- --- RECORDSEPARATOR ---
- finding all the files you are interested in, you should call baFindClose to free
- --- RECORDSEPARATOR ---
- memory allocated by baFindFirstFile.